한국어
여러 오디언스를 단일 작업으로 삭제합니다.
요청당 1000개의 오디언스로 제한됩니다.
cURL
curl --request POST \ --url https://your_a2_service/audiences/bulk-delete \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '[ "<string>" ]'
"<any>"
The access token received from the authorization server in the OAuth 2.0 flow.
The body is of type string[].
string[]
Successful Response
The response is of type any.
any
이 페이지가 도움이 되었나요?